Loading
Scriptbox
 VBScript Links 
 About VBscript 
 JavaScript Links 
 About JavaScript 
 Powershell Links 
 PSCRIPT the Script Launcher 
 PowerShell Shortcut Keys 
 About Powershell 
     VBScript
    JavaScript
    Powershell
Disclaimer
Contact
Latest 10 Scripts
Script search
  :: { Category } :: 0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ
         

Search Options:  List  SMTP  LDAP  Routing  Properties  

 Content of List SMTP LDAP Routing Properties.vbs
MD5 Hash: 2FCB2A693DCEFA1C4F321F38AD1F9B0A
' Description: Lists the SMTP LDAP routing properties on an IIS server.


strComputer = "."
Set objWMIService = GetObject _
("winmgmts:{authenticationLevel=pktPrivacy}\\" _
& strComputer & "\root\microsoftiisv2")

Set colItems = objWMIService.ExecQuery _
("Select * from IIsSmtpRoutingSourceSetting")

For Each objItem in colItems
Wscript.Echo "SMTP DS Account: " & objItem.SmtpDsAccount
Wscript.Echo "SMTP DS Bind Type: " & objItem.SmtpDsBindType
Wscript.Echo "SMTP DS Domain: " & objItem.SmtpDsDomain
Wscript.Echo "SMTP DS Host: " & objItem.SmtpDsHost
Wscript.Echo "SMTP DS Naming Context: " & _
objItem.SmtpDsNamingContext
Wscript.Echo "SMTP DS Password: " & objItem.SmtpDsPassword
Wscript.Echo "SMTP DS Schema Type: " & objItem.SmtpDsSchemaType
Next

   © 2008 - 2013 Boris Toll      :: Scripts available: 6.481 ::      :: scriptbox.toll.at ::      :: powered by www.toll.at ::
  Google Entries:n/a
  Yahoo Backlinks:n/a
  Live Backlinks:n/a
  del.icio.us Bookmarks:n/a
  Technorati Links:n/a